home *** CD-ROM | disk | FTP | other *** search
- /*
- * DESQview/X Socket Library. Copyright (c) 1992 Quarterdeck Office Systems.
- */
-
- /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
- */
-
- /* @(#)un.h */
-
- /*
- * Definitions UNIX/DESQview IPC domain.
- */
-
-
- #ifndef __SYS_UN_H__
- #define __SYS_UN_H__
-
- struct sockaddr_un {
- short sun_family;
- char sun_path[108];
- };
-
- #endif /* __SYS_UN_H__ */